calendar: Typo fix
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Mar 2021 01:03:53 +0000 (21:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Mar 2021 20:05:10 +0000 (16:05 -0400)
gtk/gtkcalendar.c

index a8c455321edb6b85f14facf6789c90fdd205cdbc..ad7cbb15415e6022dd17941a3e22fca0ef69eea7 100644 (file)
@@ -396,9 +396,9 @@ gtk_calendar_class_init (GtkCalendarClass *class)
   /**
    * GtkCalendar:day:
    *
-   * The selected day (as a number between 1 and 31.
+   * The selected day (as a number between 1 and 31).
    *
-   * This can be set to 0 to unselect the currently selected day).
+   * This can be set to 0 to unselect the currently selected day.
    * This property gets initially set to the current day.
    */
   g_object_class_install_property (gobject_class,